19 Lecture
CS302
Midterm & Final Term Short Notes
DEMULTIPLEXER
A demultiplexer, or demux for short, is a digital logic circuit that takes one input signal and routes it to one of several possible output lines based on the value of a set of control signals. Essentially, it is the opposite of a multiplexer, w
Important Mcq's
Midterm & Finalterm Prepration
Past papers included
Download PDF
- What is the purpose of a demultiplexer?
- a) To route one input to several outputs b) To route several inputs to one output c) To combine multiple signals into one output d) None of the above
Solution: a
- How many control lines are required for a 4-to-1 demultiplexer? a) 1 b) 2 c) 3 d) 4
Solution: b
- Which logic gate is commonly used to implement a demultiplexer? a) AND gate b) OR gate c) NOT gate d) XOR gate
Solution: a
- What is the output of a demultiplexer when all control lines are low? a) All outputs are low b) All outputs are high c) One output is high and the rest are low d) None of the above
Solution: a
- Which demultiplexer is commonly used for decoding address lines in memory devices? a) 1-to-2 demultiplexer b) 2-to-4 demultiplexer c) 3-to-8 demultiplexer d) 4-to-16 demultiplexer
Solution: c
- Which demultiplexer is equivalent to two 2-to-1 demultiplexers? a) 1-to-2 demultiplexer b) 2-to-4 demultiplexer c) 3-to-8 demultiplexer d) 4-to-16 demultiplexer
Solution: b
- What is the function of the enable input in a demultiplexer? a) To select which output to route the input to b) To enable or disable the demultiplexer c) To control the polarity of the output signals d) None of the above
Solution: b
- Which demultiplexer is commonly used for separating the color signals in a video signal? a) 1-to-2 demultiplexer b) 2-to-4 demultiplexer c) 3-to-8 demultiplexer d) 4-to-16 demultiplexer
Solution: a
- What is the difference between a demultiplexer and a decoder? a) A decoder has multiple inputs and one output, while a demultiplexer has one input and multiple outputs b) A decoder is used for data compression, while a demultiplexer is used for data expansion c) A decoder outputs binary codes, while a demultiplexer outputs analog signals d) There is no difference between a demultiplexer and a decoder
Solution: a
- Which demultiplexer is commonly used for splitting a serial data stream into parallel data streams? a) 1-to-2 demultiplexer b) 2-to-4 demultiplexer c) 3-to-8 demultiplexer d) 4-to-16 demultiplexer
Solution: a
Subjective Short Notes
Midterm & Finalterm Prepration
Past papers included
Download PDF
How does a demultiplexer differ from a decoder?
Answer: A demultiplexer has one input and multiple outputs, while a decoder has multiple inputs and one output. A demultiplexer is used to route one input signal to multiple output lines, while a decoder is used to convert a binary code to a corresponding output signal
How many output lines does a 2-to-4 demultiplexer have?
Answer: A 2-to-4 demultiplexer has four output lines.
What is the function of the enable input in a demultiplexer?
Answer: The enable input is used to enable or disable the demultiplexer. When the enable input is low, the demultiplexer is disabled and all output lines are low.
What is the difference between a demultiplexer and a multiplexer?
Answer: A demultiplexer routes one input signal to multiple output lines, while a multiplexer routes multiple input signals to one output line.
What is the advantage of using a demultiplexer in a digital communication system?
Answer: A demultiplexer can be used to separate a high-speed data stream into multiple lower-speed data streams, which can be processed by different devices or components.
What is the function of the control lines in a demultiplexer?
Answer: The control lines are used to select which output line the input signal is routed to.
How is a demultiplexer implemented using basic logic gates?
Answer: A demultiplexer can be implemented using AND gates and NOT gates. The control lines are used to enable the corresponding AND gates, which produce a high output when the input signal matches the desired output line
.
What is the output of a demultiplexer when all control lines are high?
Answer: The output of a demultiplexer is undefined when all control lines are high.
How does a demultiplexer help in reducing signal interference in a communication system?
Answer: A demultiplexer can separate different signals in a communication system, which helps to reduce signal interference and improve signal quality.
How can a demultiplexer be used for address decoding in a memory device?
Answer: A demultiplexer can be used to decode the address lines in a memory device, which helps to select the desired memory location for read or write operations. The number of output lines in the demultiplexer corresponds to the number of memory locations that can be addressed.